Platform Explorer / Nuxeo Platform 2023.10

Operation Repository.GetDocument (Document)

Description

Fetch a document from the repository given its reference (path or UID). The document will become the input of the next operation.
Operation id Repository.GetDocument
AliasesDocument.Fetch
Category Fetch
Label Document
Requires
Since

Parameters

Name Description Type Required Default value
value document yes  

Signature

Inputs void
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.FetchDocument
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Repository.GetDocument",
  "aliases" : [ "Document.Fetch" ],
  "label" : "Document",
  "category" : "Fetch",
  "requires" : null,
  "description" : "Fetch a document from the repository given its reference (path or UID). The document will become the input of the next operation.",
  "url" : "Repository.GetDocument",
  "signature" : [ "void", "document" ],
  "params" : [ {
    "name" : "value",
    "description" : null,
    "type" : "document",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}